dhcpv4: rename valid_until_cb()
authorDavid Härdeman <[email protected]>
Wed, 24 Sep 2025 12:31:58 +0000 (14:31 +0200)
committerÁlvaro Fernández Rojas <[email protected]>
Fri, 3 Oct 2025 10:53:04 +0000 (12:53 +0200)
commit2bb556ed0dd65cdc736601ea1eb5a84ff0c12f4c
tree2ef0d99619f4d15693143878d5a978b73d94149d
parentf770588f5ed64915829ae22b2fa393482351a6fd
dhcpv4: rename valid_until_cb()

Renaming valid_until_cb() to dhcpv4_valid_until_cb() is more consistent with
the other function names and is helpful if the function ever shows up in a
stack trace.

Signed-off-by: David Härdeman <[email protected]>
Link: https://github.com/openwrt/odhcpd/pull/264
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
src/dhcpv4.c